home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / jackingin / networking-faq.2 < prev    next >
Internet Message Format  |  1995-05-11  |  72KB

  1. Path: bloom-beacon.mit.edu!senator-bedfellow.mit.edu!faqserv
  2. From: norman@afas.msfc.nasa.gov (Richard Norman)
  3. Newsgroups: comp.sys.amiga.datacomm,comp.sys.amiga.hardware,comp.answers,news.answers
  4. Subject: Amiga Networking Frequently Asked Questions (FAQ) Part 2/2
  5. Supersedes: <amiga/networking-faq/part2_789311796@rtfm.mit.edu>
  6. Followup-To: comp.sys.amiga.datacomm
  7. Date: 2 Feb 1995 23:01:45 GMT
  8. Organization: none
  9. Lines: 2824
  10. Approved: news-answers-request@MIT.EDU
  11. Expires: 18 Mar 1995 22:56:03 GMT
  12. Message-ID: <amiga/networking-faq/part2_791765763@rtfm.mit.edu>
  13. References: <amiga/networking-faq/part1_791765763@rtfm.mit.edu>
  14. Reply-To: norman@afas.msfc.nasa.gov
  15. NNTP-Posting-Host: bloom-picayune.mit.edu
  16. Summary: Answers to both generic and Amiga specific networking questions.
  17.   It covers both hardware and software questions. It should be read by anyone
  18.   that has a network related question before posting it to 
  19.   comp.sys.amiga.datacomm or comp.sys.amiga.hardware  news groups.
  20. X-Last-Updated: 1995/02/02
  21. Originator: faqserv@bloom-picayune.MIT.EDU
  22. Xref: bloom-beacon.mit.edu comp.sys.amiga.datacomm:23650 comp.sys.amiga.hardware:60546 comp.answers:9835 news.answers:34311
  23.  
  24. Archive-name: amiga/networking-faq/part2
  25. Posting-Frequency: monthly
  26. Version: 1.8
  27.  
  28. ===========< Begining of part 2 of 2; Amiga Networking FAQ v1.8 >=============
  29.  
  30.                                 - Page 32 -
  31.  
  32. 73.   WAN-shopping
  33.  
  34.  
  35. 74.   WAN-shopping
  36.  
  37. ------------------------------------
  38.  
  39. Shopping for the right level of WAN connectivity can be difficult.
  40.  
  41. SLIP and PPP may offer a more cost effective method of accessing
  42. commercial services than a standard dial up service while also  providing
  43. access to archive and WWW servers.  You have to run the  cost comparisons
  44. yourself to see. O'Reilly & Associates, Inc publishes  a good book that
  45. offers some good ideas for doing cost comparisons. It  is called
  46. "Connecting To The INTERNET" an O'Reilly Buyer's Guide. Another book to
  47. look for is "Connect your Amiga!" by Dale Larson of   IAM  . I'm sure there
  48. are other books as well. 
  49.  
  50. Time to head to the bookstore ;-)
  51.  
  52.  
  53. 75.   WAN providers
  54.  
  55. --------------------------------------
  56.  
  57. To get a fairly current list of WAN providers you can check your local
  58. bookstore. Most books on the Internet contain lists of WAN providers.
  59.  
  60. To get a more current list you can use electronic mail to get a copy of
  61. Peter Kaminski's PDIAL list.   Send a message with "Send PDIAL" as  the
  62. subject line. Send the message to  info-deli-server@netcom.com Or you can
  63. subscribe by using "Subscribe PDIAL" as the subject line. You will then
  64. automatically get any updates to the list.
  65.  
  66. PDIAL is also available from the news.answers  FAQ archive .
  67.  
  68.  
  69. 76.   G04
  70.  
  71. --------------------
  72.  
  73.  What is a server?
  74.  
  75. A server is a computer which acts like a library for files, and programs.
  76. It can also be set up to allow users to change the information as well.
  77. Several programs and protocols exist for creating a server:  Appleshare,
  78. NFS, Xwindows, FTP, news, gopher, WWW,  DCE, SQL,   and user written
  79. applications.   
  80.  
  81. Appleshare and NFS make remote disks seem like local disks. Thus  allowing
  82. a group of users to share disk space and information if so  desired.  
  83.  
  84. Xwindows is a device independent network terminal package which  supports a
  85. graphical user interface.  It can be thought of as an display  server.  The
  86. application can be run on one machine and the display  served to any
  87. Xwindow device on the network. If  Excel had a X  window version it could
  88. be run on a Mac or PC and  the display could  be on any Xwindow device
  89. anywhere on the network.  It could even be  displayed on an Amiga using
  90.  X11R4  .   
  91.  
  92. FTP server software allows you offer a portion or all of your disk drive
  93. for remote access. Unlike Appleshare or X windows you cannot run
  94. applications remotely. FTP stands for File Transfer Protocol and file
  95. transfer is all that it does.  It does provide a binary mode of transfer so
  96. that you can copy applications to your local hard drive or ram and then
  97. run them.
  98.  
  99. News, gopher, and WWW are special servers for information which  require a
  100. client software package to access.  They can be thought of  as network
  101. databases.  These are explained in other sections.    G07 
  102.  
  103.  
  104.                                 - Page 33 -
  105.  
  106. 76.   G04
  107.  
  108. SQL is standard query language and DCE is distributed computing
  109. environment. SQL and DCE can be used in vendor or user written
  110. applications to create or access multiple database servers.  This allows
  111. the programmer to distribute the load across several machines. Also it
  112. allows for more seamless integration of data from several non-similar
  113. computer systems in a transparent manner to the user. For example,  very
  114. few executives want to FTP to three or four machines to pull  together the
  115. information for review. They tend to like to click on a   weekly report
  116. button and have the program do all the work.   Since SQL and DCE are
  117. standards the weekly report program is  somewhat shielded from hardware
  118. specifics or changes.
  119.  
  120.  
  121. 77.   G05
  122.  
  123. ---------------------
  124.  
  125. What is an archive?
  126.  
  127. A computer site which advertises and stores a large amount of public
  128. domain and share ware software and documentation.
  129.  
  130.  
  131. 78.   G06
  132.  
  133. ---------------------
  134.  
  135. What is a mirror?
  136.  
  137. Some archives are heavily used and therefore must be supported by  multiple
  138. sites which are often located very far apart.  Each site should  ideally
  139. have identical information available therefore they are mirrors of  each
  140. other.  When one site gets a new file it must be mirrored to the  other
  141. sites usually using FTP.
  142.  
  143.  
  144. 79.   G07
  145.  
  146. ---------------------
  147.  
  148. What are Gopher, WWW, and WAIS?
  149.  
  150. Three kinds of network information servers. Each more powerful than  the
  151. next, but with some interconnectivity.  Each server requires a client
  152. application to allow the user to access the information.  For Example, a
  153. Mosaic client can access all three servers.  The main purpose of these
  154. client/servers  is to help a user navigate the Internet to find information
  155. and files.
  156.  
  157. Gopher is a menu  utility which simply uses FTP for retrieving files from
  158. archive sites.   Gopher also uses a search utility called Veronica for
  159. aiding users in finding files in the gopher archive sites. Veronica can  do
  160. keyword searches whereas Archie can only search for file names.
  161.  
  162. WAIS is Wide Area Information Server which provides information  lookup
  163. services to libraries and databases on the Internet. A simple  WAIS client
  164. allows the user to select databases to search from a list.  The user then
  165. provides keywords to search for, and the WAIS client   allows the user to
  166. view any matches found. This is cumbersome once  the list of databases
  167. grows into the thousands.  Screenfull after  screenfull of database names
  168. scroll by.
  169.  
  170. As of March 16, 1994 future versions of WAIS server & client library  will
  171. be known as ZDist NOT freeWAIS.  freeWAIS is based on the  older version of
  172. the search and retrieval protocol Z39.50-1988.  The  newest version of that
  173. protocol Z39.50-1992 is NOT backwards  compatible. 
  174.  
  175. Since both versions will be around for awhile, a name change for the
  176. server/client software libraries had to be established. Both freeWAIS  and
  177. ZDist are maintained by CNIDR. Kevin Gamiel is the contact.  
  178.  
  179.                                 - Page 34 -
  180.  
  181. 79.   G07
  182.  
  183.  
  184. It should be noted that the Z39.50 protocol is a standard which is NOT
  185. published or maintained by CNIDR, but is publicly available.  Z39.50-1992
  186. is the protocol of choice for many other network based  information search
  187. and retrieval applications besides WAIS. 
  188.  
  189. Much more info is available thru Mosaic by searching  on CNIDR,  WAIS, or
  190. Z39.
  191.  
  192. WWW is world wide web and uses  http  and  html  to make its  hypertext and
  193. multimedia services available to mosaic and  Amosaic   clients over the
  194. Internet. WAIS support is being added to Mosaic.   Mosaic offers WAIS an
  195. effective interface and WAIS offers Mosaic an  effective search engine.
  196.  
  197. All three of these servers use the TCP/IP protocol, and all have both
  198. public domain and commercial versions of the clients.
  199.  
  200.  
  201. 80.   G08
  202.  
  203. ---------------------
  204.  
  205.  What are Mosaic, html, http, and browser? 
  206.  
  207. Mosaic is a hypertext based multimedia interface for browsing the
  208. Internet, thus it is referred to as a browser. Mosaic is the name of the
  209. browser created by NCSA for Xwindows, Macs, and Windows. In the  last year
  210. several other browsers have been created for the various platforms. Some
  211. are free and others are commercial.
  212.  
  213.  Amosaic  is developed by public domain effort for the Amiga. Although it
  214. may not have all the toots and whistles of the other  browsers, it is free!
  215. Also, it was started after the others and thus has to  play catchup.
  216. Development of all of the browsers has been slowed  down because they are
  217. all dependent on  html  and  http  which are in  a state of change.
  218.  
  219. The browsers are primarily used to access the thousands of World  Wide Web
  220. (WWW) servers, but can also be used to access WAIS,  Gopher, and  others.
  221. They enable the user to click on hypertext links  which will automatically
  222. use the network services such as FTP to  retrieve the information pointed
  223. to by the link regardless if it is text,  sound, or graphics.  They utilize
  224. shareware and public domain viewers  and players of the users choice to
  225. play the sounds or to display the  pictures or animations. Thus the browser
  226. is a point and click front end  to a wide array of other software.
  227.  
  228. Navigating the Web can be a challenge due the enormous size, but  there are
  229. several tools that make it easier.  The simplest tool is the  usage of a
  230. common naming convention for the main WWW servers. Most large organizations
  231. have their primary server named www.  For example, NASA's primary server is
  232. called www.nasa.gov.  Microsoft's server is called www.microsoft.com. Can
  233. you guess what  NewTek's server is called ?
  234.  
  235. Once you know the name of the server, it is very easy to create the  URL
  236. which the browser needs to make the connection.  URL stands for  Universal
  237. Resource Locator which is just a scheme for specifying the  type of link to
  238. make, to which host, and optionally which file. To open  NASA's front door
  239. (primary home page) just use the Open URL menu option and type:
  240. http://www.nasa.gov    This says make an  http   connection to
  241. www.nasa.gov. Since no file was specified it will get the  default home
  242. page for that server.
  243.  
  244. Other navigation tools include search utilities, the what's new page,  and
  245. indexes by category or subject.  Most of this is explained on line.  Just
  246. go explore.
  247.  
  248.  
  249.  html 
  250.  
  251.  
  252.                                 - Page 35 -
  253.  
  254. 80.   G08
  255.  
  256.  http 
  257.  
  258.  
  259. 81.   html
  260.  
  261. ------------------
  262.  
  263. html stands for HyperText Markup Language. Html is used to build  WWW pages
  264. which can be accessed locally or served to the world  using a WWW server
  265. running  http .  Html files are ASCII text files. The html commands are
  266. included with the text and are interpreted by  the browser rather than
  267. shown. Html commands include page  formatting and URL links. Universal
  268. Resource Locators (URL) are the  links between this page and other pages
  269. throughout the WWW. Any  page you view with a browser can be saved locally
  270. as an html page.  These files can be edited locally which allows you to cut
  271. and paste  interesting links into your own html page of favorite links. 
  272.  
  273. Although studying how other web pages are built can be helpful, it is  not
  274. the best way to learn proper html. As stated earlier html is in a  state of
  275. change. Therefore what works on one browser may not work  on another
  276. browser which uses an earlier version of html. CERN wrote  the original
  277. HTML and HTTP. NCSA wrote Mosaic and added features  to html. Version 2.0
  278. is the current version of html, and version 3.0 is  nearing completion.
  279. There are numerous online documents describing  html, but for the basics
  280. take a look at "A beginner's Guide to HTML."  For other sources of info on
  281. html check out the WWW FAQ at
  282. http://sunsite.unc.edu/boutell/faq/www_faq.html
  283.  
  284.  
  285. 82.   http
  286.  
  287. ------------------- 
  288.  
  289. http is the protocol that is used between the client (browser) and the
  290. server (WWW).  The client submits a request for a particular URL, and  that
  291. server responds with the appropriate file or information. In order to  make
  292. html pages on your machine available to others your machine  must run an
  293. http server software package. Http server software is  included in the
  294. Amosaic archive for the Amiga. Since html is ASCII  text, you can build
  295. your pages on the Amiga and allow any platform  with http server software
  296. to serve them for you to the WWW.
  297.  
  298.  
  299. 83.   G09
  300.  
  301. --------------------
  302.  
  303. What are Veronica and Archie?
  304.  
  305. Archie is the older of the two search tools. A user submits a query to
  306. Archie or Veronica and they search their database for the location of
  307. files or programs. Veronica is associated with the Gopher servers.
  308.  
  309. Both require TCP/IP at some point.  Although both can be queried by
  310. electronic mail.   
  311.  
  312. There is an Archie client available for AmiTCP via anonymous FTP  from
  313. ftp.demon.co.uk  in the  /pub/amiga/amitcp directory.
  314.  
  315.  
  316. 84.   G10
  317.  
  318. -----------------------
  319.  
  320. What is news? 
  321.  
  322. NEWS is a global BBS run by everyone and no one. I will describe it briefly
  323. here, but see the  NEWS FAQ  for details.
  324.  
  325. NEWS is made up of broad topics called news groups, to which   people can
  326. post or respond to posts. Anyone can create a new post,  but new  news
  327.  
  328.                                 - Page 36 -
  329.  
  330. 84.   G10
  331.  
  332. groups are added based on an email voting system. A  few groups are
  333. moderated, but most are not.   NEWS  is available via  usenet, the
  334. internet, and some commercial services.  Almost NOBODY  carries ALL the
  335. news groups. User access is through a news reader  application that
  336. accesses a news server.  There are many variations of  news readers.
  337. Several for the Amiga can be found on  Aminet  and  Fred Fish .
  338.  
  339.  GRn  by Michael Smith is one.
  340.  
  341. Arn by Roland Bless (rob@spirits.ka.sub.org) is  another.
  342.  
  343. NEWS began life on a college campus and then became the USENET  news as it
  344. spread to other college campuses and beyond via  UUCP .  Today it is also
  345. carried across the Internet using the NNTP application  over TCP/IP.  The
  346. links between servers are set up manually by news  server administrators
  347. and the links are called news feeds. A lot of the  feeds come and go, since
  348. they are done on an informal basis. 
  349.  
  350. GRn in combination with  INetUtils  allows you to access news over  either
  351. NNTP or UUCP.
  352.  
  353. 85.   G11
  354.  
  355. ------------------------
  356.  
  357.  What is a Set top?
  358.  
  359. A twinkle in some entrepreneur's eye.  It will most likely occupy the
  360. __TOP__ of your television __SET__. Some call it Interactive TV.  Some call
  361. it info-pliances.   It could possibly bring the internet to your home via
  362. cable TV or phone  lines, but more than likely it will only bring limited
  363. expensive services.
  364.  
  365. AT&T says, "YOU WILL."     I say,  "I AIN'T YET."
  366.  
  367. A recent newspaper article listed the following companies as  competition
  368. for IBM in the set top market:   General Instrument,  Scientific Atlanta,
  369. 3DO, and Nintendo.   NO mention of HP, Sony,  SEGA, or Commodore.
  370. Hmmmmmmm.
  371.  
  372.  
  373. 86.   Software-Specs
  374.  
  375. ================
  376.  
  377. Specifications for Amiga Networking Software
  378.  
  379.  
  380.  
  381.  AmigaELM 
  382.  
  383.  AmigaNOSFlavors 
  384.  
  385.  AmiTCP 
  386.  
  387.  AmigaUUCP 
  388.  
  389.  Amosaic 
  390.  
  391.  AS225 
  392.  
  393.  DECnet 
  394.  
  395. DNET
  396.  
  397.  ENLAN-DFS 
  398.  
  399.  Envoy 
  400.  
  401.                                 - Page 37 -
  402.  
  403. 86.   Software-Specs
  404.  
  405.  
  406.  GRn 
  407.  
  408.  INetUtils 
  409.  
  410.  netser.device 
  411.  
  412.  Offline-Orbit 
  413.  
  414. PPP.device
  415.  
  416.  Termite  
  417.  
  418.  TIN 
  419.  
  420.  TorqueWare (TM) 
  421.  
  422.  VLT 
  423.  
  424.  X11R4 
  425.  
  426. 87.   AmigaELM
  427.  
  428. --------------------------- AmigaELM by Andreas M. Kirchwitz.
  429.  
  430. elm-fan@zikzak.in-berlin.de
  431.  
  432. AmigaELM is available on  AmiNET   and is an electronic mail utility for
  433.  UUCP  that allows you to read and post mail through a remote unix  mail
  434. box.  It can also be setup to run without UUCP on the Amiga. 
  435.  
  436. AmigaELM 4 (4.159) was just announced in c.s.a.announce  Announcements are
  437. archived on Aminet so I won't repeat the text here.   AmigaELM is
  438. shareware.
  439.  
  440. It works with MetaMail which is also on Aminet. MetaMail handles a lot  of
  441. different MIME message types.
  442.  
  443. You should also pick up a copy of  INetUtils  from  Aminet . It has a  SMTP
  444. client which is suppose to work with AmigaELM. SMTP is the  Simple Mail
  445. Transfer Protocol or the Send Mail To People protocol as  my friend calls
  446. it.  SMTP is a defined standard for email over the  TCP/IP protocol and
  447. therefore is widely used on the Internet.     This SMTP client is not
  448. suppose to require a remote mailbox.
  449.  
  450.  
  451. 88.   AmigaNOSFlavors
  452.  
  453. ------------------------------------
  454.  
  455. AmigaNOS and AmigaNOSGW are Amiga ports of the PD TCP/IP  package for
  456. MS-DOS called "ka9q". Note that there are MANY  versions of "ka9q" which
  457. tends to make them somewhat unstable,  since they have so many variations.
  458.  
  459.  
  460. AmigaNOS is a program that will allow one to participate in the Internet
  461. (or any TCP/ IP network for that matter) via one of two dial-up TCP/IP
  462. protocols: SLIP or PPP. It also works with HAM radio equipment.
  463.  
  464. Both programs are a single, integrated "package" of the required  TCP/IP
  465. protocols (e.g.; TCP, IP, UDP, etc.) and some TCP/IP  applications/commands
  466. (e.g.; Finger, Telnet, Ping, SMTP). Though the  required file structure may
  467. seem daunting at first, it is actually simpler  to set up than is AmiTCP.
  468.  
  469. Both AmigaNOS and AmigaNOSGW are very close in capability and  can be
  470. considered equal, in general, for TCP/IP.   The main  differences between
  471. the two versions is that Graham Walter's version,  AmigaNOSGW, comes with
  472. an external Gopher client program and  has an ARexx port.
  473.  
  474.                                 - Page 38 -
  475.  
  476. 88.   AmigaNOSFlavors
  477.  
  478.  
  479. The following data, from the Feb. '94 AmigaWorld article "Net Gains" ,  by
  480. Jim Dutton, provides a brief listing of the major functions of the two
  481. Amiga TCP/IP packages.
  482.  
  483.  
  484. AmigaNOS (V2.9p)
  485.  
  486. - John Heaton
  487.  
  488. - Public Domain (available from 130.88.200.4 via anonymous FTP)
  489.  
  490. - requirements: modem
  491.  
  492. - provides full TCP/IP "protocol stack/suite" plus applications
  493.  
  494.   * FTP, TELNET (ANSI: pseudo DEC VT100), Rlogin
  495.  
  496.   * SMTP (client & server)/DIGGER, POP2 (client)
  497.  
  498.   * TCP/IP/UDP, NNTP,  RIP/RSPF/ARP, SLIP/PPP
  499.  
  500.   * FINGER, Mailbox/Chatnode
  501.  
  502.   * TTYlink,  ECHO/DISCARD/PING, HOPCHECK, Route, Message 
  503.  
  504. - amenities: mem,shell,pwd,cd,dir,help files via Less,internal 
  505.  
  506. multitasking,  extensive and easy to invoke statistics
  507.  
  508. - drawbacks: no SANA-II support; opens serial.device in Exclusive  mode
  509.  
  510.  
  511. AmigaNOSGW (V6)
  512.  
  513. - Graham Walter
  514.  
  515. - Public Domain (get it by anonymous FTP from newgate.demon.co.uk)
  516.  
  517. - requirements: modem
  518.  
  519. - provides full TCP/IP "protocol stack/suite" plus application hooks
  520.  
  521.   * FTP, TELNET (ANSI: pseudo DEC VT100), Rlogin
  522.  
  523.   * SMTP (client & server)/DIGGER, POP2 (client)
  524.  
  525.   * TCP/IP/UDP, NNTP,  RIP/RSPF/ARP, SLIP/PPP
  526.  
  527.   * FINGER, Mailbox/Chatnode
  528.  
  529.   * TTYlink,  ECHO/DISCARD/PING, HOPCHECK, Route, Message 
  530.  
  531.  - amenities:  internal multitasking, external clients, ARexx port,
  532.  
  533.   Gopher client (requires AmigaGuide) which can also do some WWW
  534.  
  535. - drawbacks: no SANA-II support; opens serial.device in Exclusive  mode
  536.  
  537.  
  538. Gopher (V1.7)
  539.  
  540. - Graham Walter
  541.  
  542. - Public Domain (get it by anonymous FTP from newgate.demon.co.uk)
  543.  
  544. - requirements: AmigaNOSGW (V6), AmigaGuide
  545.  
  546.                                 - Page 39 -
  547.  
  548. 88.   AmigaNOSFlavors
  549.  
  550.  
  551. - provides a GUI based/hypertext Internet Gopher client
  552.  
  553.   * request Gopher servers for files and/or services that they have
  554.  
  555.   * supports some World Wide Web files (eg; HTTP)
  556.  
  557.  
  558. 89.   AmiTCP
  559.  
  560. ---------------------
  561.  
  562. Versions 2 to 3.0b2 of AmiTCP are GNU-ware  versions of  TCP-IP  for the
  563. Amiga. It will work with SLIP or ethernet cards. For more details see the
  564.  AmiTCP FAQ 
  565.  
  566. Version 4.0 is now commercial. A demo version is available on   Aminet .
  567. The commercial version is available from the original authors  the Network
  568. Solutions Development Inc. (NSDi).  For ordering  information send an email
  569. message to info@nsdi.fi which contains the  text "SEND AMITCP ORDER" in the
  570. body of the message.
  571.  
  572. NSDI can also be contacted by sending email to amitcp-group@nsdi.fi  or
  573. postal mail to  NSDI, POB 32, FIN-02151 ESPOO, Finland, Europe. or by FAX:
  574. +358-0-452 1998
  575.  
  576. They also have a Web page which can be reached off the Amiga home  page of
  577. Mr. Witbrock.
  578.  
  579.  
  580. AmiTCP can be a bear to install, but if you read ALL of the docs it  should
  581. go easier.  Especially the  AmiTCP FAQ  written by Mike Meyer  and Neil
  582. McRae.
  583.  
  584.  
  585. 90.   AmigaUUCP
  586.  
  587. --------------------------
  588.  
  589. AmigaUUCP is a port of Unix to Unix CoPy   UUCP  to the Amiga. It allows an
  590. Amiga to participate in the USEnet network. It has it's own  UUCP FAQ 
  591.  
  592. There are actually several versions of UUCP for the Amiga. I've lumped it
  593. all here to make it easier on me. As I sort it out I may divide it into
  594. more informative nodes.
  595.  
  596. Parts of UUPC (a version of UUCP by John Gilmore) were ported to  the Amiga
  597. by William P. Loftus in 1986. After developing a system that  worked for
  598. him, it was taken over by Matthew Dillon, who (along with a  cast of
  599. dozens) developed it into a full-fledged  UUCP  package. Matt maintained
  600. AmigaUUCP (often called DUUCP) from 1988 until 1992.
  601.  
  602. In 1992, Matt had the press of other obligations; and after the release  of
  603. AmigaUUCP v1.16, turned the buglists over to Michael B. Smith.  Michael is
  604. in the process of releasing AmigaUUCP v1.17. v1.17beta  has been available
  605. freely for some months (currently at update #4).
  606.  
  607. After Matt quit working on UUCP, Kai 'wusel' Siering also started on a
  608. version of UUCP based on AmigaUUCP v1.15. It has most of  the v1.16
  609. enhancements as well as other features.
  610.  
  611. 91.   Amosaic
  612.  
  613. --------------------
  614.  
  615. !!!!!!!!!  News Flash !!!!!!!!!!!!
  616.  
  617. Version 1.3 of AMosaic is now available so some of this stuff is dated.
  618.  
  619.  
  620.                                 - Page 40 -
  621.  
  622. 91.   Amosaic
  623.  
  624. The Big News for 1.3 is that it supports proxies so that you can talk
  625. through a firewall router. To do so you must set some environment variables
  626. on the Amiga.  Here is a list that Stefan posted:
  627.  
  628. open a shell window and type:
  629.  
  630. Setenv WWW_file_GATEWAY   http://proxy.domain.foo.bar/
  631.  
  632. Setenv WWW_ftp_GATEWAY    http://proxy.domain.foo.bar/
  633.  
  634. Setenv WWW_gopher_GATEWAY http://proxy.domain.foo.bar/
  635.  
  636. Setenv WWW_http_GATEWAY   http://proxy.domain.foo.bar/
  637.  
  638. Setenv WWW_news_GATEWAY   http://proxy.domain.foo.bar/
  639.  
  640. Setenv WWW_telnet_GATEWAY http://proxy.domain.foo.bar/
  641.  
  642. Setenv WWW_wais_GATEWAY   http://proxy.domain.foo.bar/
  643.  
  644. where proxy.domain.foo.bar should be replaced by the domain name of your
  645. WWW proxy gateway.
  646.  
  647. !!!!!!!!!
  648.  
  649. Amosaic is a freeware version for the Amiga  of NCSA's Mosaic. A hypertext
  650. based multimedia interface for accessing the Internet.
  651.  
  652. AMosaic allows you to browse and retrieve files using a point and click
  653. interface. With a single mouse click you can retrieve and view a text
  654. file, a picture, or an MPEG movie. Or you can download the most  recent
  655. version of your favorite program from one of the archive sites. Use one of
  656. the many search utilities, and ride the wave of pointers to  sites all
  657. around the globe! They don't call it the World Wide Web (WWW)  for nothing
  658. ;-)
  659.  
  660. Amosaic is available via FTP from max.physics.sunysb.edu or via Mosaic from
  661. the Amiga home page by Witbrock. Amosaic is also available on  Aminet  in
  662. the /comm/net directory.
  663.  
  664. It requires MUI,   AmiTCP  or  AS225r2   TCP-IP software, and some  sort
  665. of internet connection to access remote information.  Also due to
  666. datatypes it currently requires AmigaDos 3.0  
  667.  
  668. See the product specific section  AMosaic(AM)  for more hints!
  669.  
  670. 92.   AS225
  671.  
  672. ---------------------
  673.  
  674. AS225 by     Commodore Business Machines 
  675.  
  676. CBM only released version one which is known as AS225r1. AS225r2 is and
  677. will be released by third party developers.
  678.  
  679.  
  680. AS225r1 Compatibility:  NFS - TCP/IP software for the Amiga is compatible
  681. with  all models of the Amiga.  Allows connection to Internet, DDN  and
  682. other networks supporting TCP/IP and UDP/IP protocols. Works with the A2065
  683. and Ameristar Ethernet Adapters.
  684.  
  685. AS225r1 Network Functions: rlogin  (client only), rloginVT (client only
  686. VT100 terminal emulation), rsh (client and server, but no interactive
  687. shells),  NFS client, telnet (client only), ftp (client and server), finger
  688. (client  only), ping, arp, netstat, rcp (client and server), route,
  689. showmount  
  690.  
  691.  
  692.                                 - Page 41 -
  693.  
  694. 92.   AS225
  695.  
  696.  AS225r2 
  697.  
  698. 93.   AS225r2
  699.  
  700. -----------------------
  701.  
  702. AS225r2   release 2 of AS225  TCP/IP protocol
  703.  
  704. It is under active development again by third parties. Stay tuned for more
  705. details as they become available.
  706.  
  707.  
  708. !!!!!!! News Flash !!!!!!!
  709.  
  710. CPR has released a version of AS225r2. It is my understanding that
  711. InterWorks is also working on a version which will be different than the
  712. CPR version. I can't say more, since I've not seen either product. As I
  713. said before: stay tuned.
  714.  
  715. !!!!!!!!!!!!!!!
  716.  
  717. 94.   DECnet
  718.  
  719. -------------------
  720.  
  721. TSSnet DECnet by  Thunder Ridge, Inc. 
  722.  
  723. Now your Amiga can become a Phase IV end node in a DECnet  network!
  724. Communicates  over the Amiga serial port as well as  Ethernet.  Fully SANA
  725. II compliant so other protocols which support  SANA II such as TCP/IP can
  726. run concurrently on the same ethernet  card.    Both Ethernet and serial
  727. connections provide multiple  concurrent Virtual Terminal sessions on any
  728. other nodes on the  network, using the DECnet CTERM facility.  VT100
  729. terminal emulation  is provided, or use your favorite VT compatible Amiga
  730. terminal  program such as  VLT .
  731.  
  732.  
  733. Supports X windows, allowing you to run VAX DECWindows  applications, as
  734. well as X clients running on other Amigas or any node  supporting X over
  735. DECnet.  
  736.  
  737. NCP, Network Control Program lets you intuitively control all aspects  of
  738. your node's connection including line speed, buffers, statistics, and
  739. security.
  740.  
  741. NetMail allows full mail access to DECnet networks.
  742.  
  743. NFT, Network File Copy enables you to copy, list, print, rename,  delete,
  744. type and submit command files across the network.
  745.  
  746. Task to Task Communications provides an AmigaDOS device for  communicating
  747. with tasks on other DECnet nodes.  Full documentation  is included for this
  748. easy-to-use programmer's interface to TSSnet.
  749.  
  750. FAL, File Access Listener allows other DECnet nodes to access your  Amiga
  751. directly.  Full username/password protection is available.
  752.  
  753. 95.   DNET
  754.  
  755. -----------
  756.  
  757. DNET is a networking protocol which allows Amigas to talk to Amigas or a
  758. unix box over a serial line. There is a version for each case, and they are
  759. available on Aminet.
  760.  
  761. I have never used it, but folks tell me it works. If one end is connected
  762. to the Internet, then DNET allows you to access the Internet via the remote
  763.  
  764.                                 - Page 42 -
  765.  
  766. 95.   DNET
  767.  
  768. machines TCP/IP protocol. This is somewhat similar to TIA, but probably
  769. different. Like TIA it supports multiple tasks concurrently over the serial
  770. line.
  771.  
  772. 96.   ENLAN-DFS
  773.  
  774. -----------------------------
  775.  
  776. ENLAN-DFS by  Interworks 
  777.  
  778. Amiga peer to peer networking software
  779.  and DFS ( Distributed File System )
  780.    Description:
  781.  
  782. The Distributed File System (DFS) allows complete sharing of devices,
  783. directories, and peripherals (including printers). With this setup
  784. centralized backup is a possibility.  Network resources appear on the
  785. client as local devices. ENLAN-DFS supports the Workbench interface,  icons
  786. and all and is SANA II compatible.
  787.  
  788. Security features:
  789.  
  790. Provides password and read only support for public resources.
  791.  
  792. Provides node level username and password if desired.
  793.  
  794. Requirements:
  795.  
  796. AmigaDOS 2.04 or higher. Approximately 456KB of disk space.
  797.  
  798. compatible with   A600, 1200, 2000, 3000, or 4000
  799.  
  800. compatible with the following ethernet cards:
  801.  
  802.    ICard ,  Lan Rover ,  A2065 ,  A4066 , or  Hydra 
  803.  
  804. Requires 1.5 MB of ram minimum, more for serving multiple systems
  805.  
  806. MSRP  for 5 node license  $349
  807.  
  808. 97.   Envoy
  809.  
  810. -------------------
  811.  
  812. Amiga Envoy Available from  IAM 
  813.  
  814. Amiga peer to peer networking
  815.  
  816. !!!!!!!!!!!!!!! News Flash !!!!!!!!!!!!!!!!!!
  817.  
  818. (December 29, 1994)
  819.  
  820. Intangible Assets Manufacturing Announces
  821.  
  822.  
  823. FOR IMMEDIATE RELEASE:   Amiga Envoy 2.0
  824.  
  825.  
  826. a new version of the tightly integrated peer-to-peer networking software
  827. for the Amiga from the workbench of IAM software engineers Heinz Wrobel
  828. and Dale L. Larson.
  829.  
  830. New features:
  831.  
  832. Support of AmigaOS 2.04 DOS packet types (including notification and
  833. record locking), support for removable media, enhanced reliability and
  834. robust recovery, localization, AmigaGuide documentation, and more.
  835.  
  836.                                 - Page 43 -
  837.  
  838. 97.   Envoy
  839.  
  840.  
  841. Availability:
  842.  
  843. Amiga Envoy 2.0 is available as an upgrade to any Amiga Envoy user,
  844. regardless of where they purchased their original Envoy.  The upgrade
  845. price is US$25, which includes ground shipping world-wide (add US$5 for
  846. Priority Mail or air). To upgrade in the US, send proof of purchase with
  847. check, money order, or Visa/MC number to IAM.  Elsewhere, contact your
  848. local distributor.
  849.  
  850. The list price of Amiga Envoy remains US$59.95.
  851.  
  852. Envoy 2.0 Requires Workbench 2.04, Kickstart 2.04, 512k RAM, SANA-II
  853. compatible networking hardware. 
  854.  
  855. Workbench 3.1, 1MB or more of RAM and HD recommended.
  856.  
  857. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  858.  
  859.  
  860.  Envoy-Description 
  861.  
  862.  Envoy-REQUIREMENTS 
  863.  
  864.  Envoy-COMPATIBILITY 
  865.  
  866.  Envoy-AVAILABILITY 
  867.  
  868.  IAM-Developers Info 
  869.  
  870. 98.   Envoy-Description
  871.  
  872. ------------------------------------
  873.  
  874. Amiga Envoy is the Amiga peer-to-peer networking software  developed by
  875. Commodore's Amiga Networking Group. Included  applications enable connected
  876. Amiga computers to share hard disks,  CD-ROMs, and printers transparently.
  877. Amiga Envoy also provides a  simple messaging interface (API) for the easy
  878. development of reliable  network applications.
  879.  
  880. To make Amiga Envoy available to end-users immediately, Intangible  Assets
  881. Manufacturing has licensed Amiga Envoy from Commodore.  IAM has produced a
  882. manual written by Dale Larson, one of Amiga  Envoy's original designers.
  883. The manual eases you through the set up  and use of a simple network.
  884. Additional documentation will be  available (at an additional charge). It
  885. will explain how to internetwork  with Amiga Envoy, how to develop software
  886. for it and how to use its  security features.
  887.  
  888. Technical support is provided through electronic and physical mail and  by
  889. answering questions in such public forums as UseNet's
  890. comp.sys.amiga.datacomm, on CompuServe, and on Bix.
  891.  
  892.  
  893. 99.   Envoy-REQUIREMENTS
  894.  
  895. ----------------------------------------------
  896.  
  897. Envoy requires:
  898.  
  899. Workbench 2.04, Kickstart 2.04, 512k RAM, SANA-II compatible 
  900.  
  901. networking hardware (see compatibility)
  902.  
  903. RECOMMENDED
  904.  
  905. Workbench 2.1 or later, Kickstart 2.1 or later, 1MB RAM, Hard disk  with
  906. 300k free in SYS:.
  907.  
  908.  
  909.  
  910.                                 - Page 44 -
  911.  
  912. 99.   Envoy-COMPATIBILITY
  913.  
  914.  
  915. 100.  Envoy-COMPATIBILITY
  916.  
  917. -----------------------------------------------
  918.  
  919. Any SANA-II networking hardware may be used with Envoy, including
  920. Ameristar A4066, AmigaLink, ASDG LanRover, Commodore A2065 or  A2060 and
  921. SLIP (serial port).
  922.  
  923. Additional NON-IP, SANA-II compatible networking protocol stacks  may be
  924. run at the same time as Amiga Envoy over the same  networking hardware.
  925. AS225r2 is the version of Commodore's TCP/IP  package which is compatible
  926. with Envoy (through SANA-II  compatibility and close cooperation regarding
  927. IP packets).
  928.  
  929.  
  930. 101.  Envoy-AVAILABILITY
  931.  
  932. ----------------------------------------
  933.  
  934. Available now  from Amiga dealers or order direct from  IAM 
  935.  
  936. List Price: $59.95 (2-user)
  937.  
  938.  
  939. 102.  IAM-Developers Info
  940.  
  941. ---------------------------------------
  942.  
  943. ADDITIONAL INFORMATION FOR DEVELOPERS
  944.  
  945. Developers of any Amiga networking products or networking  compatible
  946. products are encouraged to contact Intangible Assets  Manufacturing
  947. regarding inclusion of their products in the forth coming  "Amiga
  948. Networking Handbook."  We want to make sure that Amiga  users can find out
  949. about every networking product that they may need. We hope to do this by
  950. publishing information on all of  the products that are available.
  951.  
  952. Applications developers can also contact IAM for information  concerning
  953. consulting and documentation services or licensing Envoy  for use in your
  954. applications.
  955.  
  956.  
  957. 103.  GRn
  958.  
  959. ----------------
  960.  
  961. GRn   Gadtools Read news
  962.  
  963. GRn  is a news reader program which was originally designed to work  with
  964. AmigaUUCP V1.08. Now it will work with AmigaUUCP V1.08-1.17,  wUUCP,
  965. various ports of C News (including wCNews), AmigaNOS via  AREXX scripts,
  966. NFS mounted news spools and NNTP in at least four  flavors (DNet, serial
  967. port, AmiTCP, and AS225r2). GRn integrates with   INetUtils .  Both GRn and
  968. INetUtils are available on  Aminet 
  969.  
  970.  
  971. 104.  INetUtils
  972.  
  973. -----------------------
  974.  
  975. INetUtils
  976.  
  977.  
  978. INetUtils is copyrighted, but freely distributable up to version 1.4 The
  979. author will make future versions commercial which will include a  major
  980. update to GRn and will include the long awaited GMail.
  981.  
  982. The author *strongly* recommends that you read the man pages. Do  NOT
  983. blindly install V1.4 over an existing installation. You will regret it if
  984. you do so according to the author. 
  985.  
  986.                                 - Page 45 -
  987.  
  988. 104.  INetUtils
  989.  
  990.  
  991.  
  992.  IU-Author 
  993.  
  994.  
  995.  IU-Description 
  996.  
  997.  IU-New Features 
  998.  
  999.  IU-Requirements 
  1000.  
  1001.  IU-Availability 
  1002.  
  1003.  IU-Price 
  1004.  
  1005.  IU-Distributability 
  1006.  
  1007.  IU-Support 
  1008.  
  1009. 105.  IU-Author
  1010.  
  1011. ---------------------
  1012.  
  1013.  
  1014. Michael B. Smith
  1015.  
  1016. mbs@adastra.cvl.va.us
  1017.  
  1018. POB 6791
  1019.  
  1020. Charlottesville, VA 22906
  1021.  
  1022. USA
  1023.  
  1024.  
  1025. 106.  IU-Description
  1026.  
  1027. ---------------------------
  1028.  
  1029. INetUtils is a series of programs designed to allow an Amiga running
  1030. AS-225 beta 2.0 software (i.e., socket.library capable) or AmiTCP 2.2  (or
  1031. above) to interact and operate as fully functioning members of an  IP
  1032. network, including the global InterNet.
  1033.  
  1034. Note: IU 1.4 was qualified against AmiTCP 3.0b2, NOT 4.0.
  1035.  
  1036. !!!!!! News Flash !!!!!!
  1037.  
  1038. Michael Smith says IU 1.4 will work with AmiTCP 4.0
  1039.  
  1040. !!!!!!!!!!!!!!!!!!!!!!!!
  1041.  
  1042.  
  1043. The utility programs consist of:
  1044.  
  1045.         SMTPd : an SMTP daemon
  1046.  
  1047.         SMTPpost : an SMTP posting program
  1048.  
  1049.         SMTPExpand : an SMTP aliases expanding program
  1050.  
  1051.         NNTPpost : an NNTP posting program
  1052.  
  1053.         NNTPXfer : an NNTP article transfer program
  1054.  
  1055.         newgroup : a maintenance program for use with NNTP
  1056.  
  1057.         GetActive : an NNTP active file transfer program
  1058.  
  1059.                                 - Page 46 -
  1060.  
  1061. 106.  IU-Description
  1062.  
  1063.  
  1064.         AmiPOP : a POP message handler
  1065.  
  1066.         Sabot : A newmail activity program
  1067.  
  1068.  
  1069.  
  1070. The following man pages are included:
  1071.  
  1072.         SMTPd.man
  1073.  
  1074.         SMTPpost.man
  1075.  
  1076.         SMTPExpand.man
  1077.  
  1078.         NNTPpost.man
  1079.  
  1080.         NNTPxfer.man
  1081.  
  1082.         GetActive.man
  1083.  
  1084. and describe the operation of each program.
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092. To install INetUtils, see the document named INSTALL included in this
  1093. archive.  Do NOT blindly install V1.4 over an existing installation!
  1094.  
  1095. For basic help in getting SMTPd running, the following heavily  commented
  1096. script is also included:
  1097.  
  1098.         StartSMTPd
  1099.  
  1100. AmiPOP and Sabot were developed by Scott Ellis  (sellis@ucssun1.sdsu.edu)
  1101. and all communication regarding them  should be directed to him. Separate
  1102. documentation regarding them is  included in the AmiPOP and Sabot
  1103. archives.
  1104.  
  1105. To properly utilize the NNTP capability requires an NNTP aware  newsreader
  1106. and a mailreader. The 'G' package is presented to meet  this need. 
  1107.  
  1108.  GRn  is Gadtools Read News, which can properly read and post with
  1109. articles via NNTP directly or read with the local directory setup by
  1110. NNTPXfer, and post directly using NNTPpost. Documentation is  available in
  1111. AmigaGuide format (GRn.guide). GRn is currently at  version 2.1. A
  1112. commercial version (3.0) is also available.
  1113.  
  1114. !!!!!!!!!! News Flash !!!!!!
  1115.  
  1116. GRn2.1a is now available. The "a" version supports AmiTCP 4.0+.
  1117.  
  1118. !!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1119.  
  1120. GMail, Gadtools Mail, is available as a commercial product.
  1121.  
  1122. According to Mike, AmigaElm and the DMail from AmigaUUCP are  quite
  1123. satisfactory for reading mail.
  1124.  
  1125. 107.  IU-New Features
  1126.  
  1127. ---------------------------------------------
  1128.  
  1129. Too many to list. Read the man pages. If you don't, you'll regret it.
  1130.  
  1131.  
  1132.                                 - Page 47 -
  1133.  
  1134. 107.  IU-New Features
  1135.  
  1136.  
  1137. 108.  IU-Requirements
  1138.  
  1139. -------------------------------------------
  1140.  
  1141. AmigaDos 2.0 or higher
  1142.  
  1143. INetUtils comes in two flavors: one for  AS225r2  and one for  AmiTCP 
  1144. version 2.2 or above. You must have one or the other of these  protocols,
  1145. and you must get the correct cooresponding archive. 
  1146.  
  1147.  
  1148. 109.  IU-Availability
  1149.  
  1150. ---------------------------------------
  1151.  
  1152. INetUtils V1.4 is available on  AMINET 
  1153.  
  1154. Dir Name: /pub/aminet/comm/net
  1155.  
  1156. File Name: 
  1157.  
  1158.         IU-14-as225.lha
  1159.  
  1160.         IU-14-amitcp.lha
  1161.  
  1162.  
  1163. 110.  IU-Price
  1164.  
  1165. -------------------------------------
  1166.  
  1167. Vesion 1.4 of INetUtils is freeware. Donations are welcome. A  commercial
  1168. version, with enhanced feature content, is also available.
  1169.  
  1170.  
  1171. 111.  IU-Distributability
  1172.  
  1173. ---------------------------------------------
  1174.  
  1175. INetUtils is Copyright 1992 - 1994, by Michael B. Smith. All Rights
  1176. Reserved.
  1177.  
  1178. INetUtils 1.4 is freely distributable as long as no modifications are  made
  1179. to the archives or their contents.
  1180.  
  1181.  
  1182. 112.  IU-Support
  1183.  
  1184. -----------------------------------
  1185.  
  1186. Support is available directly from the  IU author  via electronic mail.
  1187.  
  1188.  
  1189. 113.  netser.device
  1190.  
  1191. ----------------------------
  1192.  
  1193. netser.device a shareware package for AmiTCP
  1194.  
  1195. For 2 devices $25,  4 devices $35, and unlimited $50
  1196.  
  1197. author is Sam Yee    samy@sfu.ca
  1198.  
  1199. Works with any amiga. Only requires 50k or Ram. Requires WB 2.04+, and
  1200. AmiTCP 3.0+
  1201.  
  1202. More info later.
  1203.  
  1204. !!!!!!!!!!!! News Flash !!!!!!!!!!!!!!
  1205.  
  1206. (Jan 1, 1995)
  1207.  
  1208.  
  1209.                                 - Page 48 -
  1210.  
  1211. 113.  netser.device
  1212.  
  1213. Sam Yee announces:
  1214.  
  1215. Telser version 1.0
  1216.  
  1217. telser.device is a modem simulator over a telnet connection.  It  inteprets
  1218. and simulates basic modem commands so that you can use  your
  1219. telecommunicaions (comm) programs  over a telnet connection. In other words
  1220. your comm program thinks it is talking to a modem.  Terminal emulation,
  1221. file transfers, etc. are all handled by your comm  program.  Connecting to
  1222. a host is as simple as typing "ATDT  abc.edu,23" or even simpler if you add
  1223. "abc.edu,23" to your comm  program's phonebook.
  1224.  
  1225. telser supports the most common Telnet negotiation commands and  options.
  1226. For example, you may elect to notify the remote host on  changes to your
  1227. terminal emulation type, and window size.  An intuitive  "gadtools"
  1228. graphical user interface is supplied to control your telnet  connections.
  1229. You also have the option to automatically connect to a  host after starting
  1230. up your comm program.  Instant logins at the click of  a button!
  1231.  
  1232. telser can run in host mode, which means it would accept incoming  calls.
  1233. This feature allows you to set up a "multi-line" bbs over the  internet!
  1234.  
  1235. Telser is capable of unlimited device units, which means you can have
  1236. unlimited incoming and outgoing connections.  Telser supports both  TCP/IP
  1237. packages on the Amiga namely AmiTCP (tested with V3.0b2  and V4.0) and
  1238. AS225r2. 
  1239.  
  1240.  
  1241. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1242.  
  1243.  
  1244. 114.  Offline-Orbit
  1245.  
  1246. ---------------------------
  1247.  
  1248. Offline Orbit by Janne T. Siren  ( jts@krk.fi)
  1249.  
  1250. Available on  Aminet   as Freeware  ( try the comm/util dir)
  1251.  
  1252. An offline message reader supporting QWK, WWF, OMEN, and SOUP  message
  1253. formats.
  1254.  
  1255. Requires:
  1256.  
  1257.  * WB 2.04+
  1258.  * 2 Mb Ram recommended
  1259.  
  1260.  
  1261. 115.  PPP-device
  1262.  
  1263. PPP.device by Holger Kruse
  1264.  
  1265. kruse@cs.ucf.edu
  1266.  
  1267. ind00389@pegasus.cc.ucf.edu
  1268.  
  1269. ppp.device is a shareware package. The unregisterd version is on Aminet.
  1270.  
  1271. The registered version provides much better speed.
  1272.  
  1273.  
  1274. More details later.
  1275.  
  1276. 116.  Termite 
  1277.  
  1278. ----------------------
  1279.  
  1280. Termite  a  modem Telecomunications package by  Oregon Research  MSRP:
  1281. $49.95
  1282.  
  1283.                                 - Page 49 -
  1284.  
  1285. 116.  Termite 
  1286.  
  1287.  
  1288. Features:
  1289.  
  1290. * Supports the XPR libs
  1291.  
  1292. * supports 300 to 115,200 BPS
  1293.  
  1294. * supports multiple line BBSs
  1295.  
  1296. * AREXX support
  1297.  
  1298. * Call logging
  1299.  
  1300. * AmigaGuide Online help
  1301.  
  1302. * Style guide compliant
  1303.  
  1304. * Font and screen sensitive displays
  1305.  
  1306. * multi-tasking chat window to prepare text before sending it
  1307.  
  1308. * phone book, text macros, and configurable button bar
  1309.  
  1310. * RIP driver available upon request
  1311.  
  1312.  
  1313.  
  1314. Requires:
  1315.  
  1316. * WB 2.0+
  1317.  
  1318. * 1Mb ram+
  1319.  
  1320. 117.  TIN
  1321.  
  1322. ----------------
  1323.  
  1324. TIN  by Mark Tomlinson  (mark@garden.equinox.gen.nz)
  1325.  
  1326. A newsreader which as of version 1.2 PL 3 supports NNTP. Version 1.3 is
  1327. probably out by now.
  1328.  
  1329. More later.
  1330.  
  1331.  
  1332. 118.  TorqueWare (TM)
  1333.  
  1334. ----------------------------------
  1335.  
  1336. TorqueWare (TM) by  AugmenTek   is a means of developing and  running
  1337. parallel programs over a network of Amigas.  It provides six  simple C
  1338. functions to handle the job of distributing data and execution  across the
  1339. network.  A graphical user interface allows for compiling  and linking
  1340. locally or remotely, setting up the runtime environment, and  running the
  1341. program -- but this can also be done manually. A hypertext  user's guide
  1342. and tutorial are provided.  Instructions for using the Amiga  as client to
  1343. a computational server running on a Silicon Graphics or  Mac using
  1344. TorqueWare form Torque Systems, Inc., are also provided.
  1345.  
  1346. TorqueWare is an implementation of the Linda parallel programming  model.
  1347. Data are placed in a global data space that is accessible to all
  1348. processes, whether they run locally or across the network.  One can  wait
  1349. for data to appear, read it, or remove it from that global data  space. C
  1350. functions can be run as separate tasks on either one  computer or multiple
  1351. computers, and these remote functions access  that global data space.  The
  1352. global data space is content-addressable.
  1353.  
  1354. TorqueWare hides communication details, such as the nature of the
  1355.  
  1356.                                 - Page 50 -
  1357.  
  1358. 118.  TorqueWare (TM)
  1359.  
  1360. underlying communication mechanism, from you.  It supports different
  1361. computers by handling byte ordering.  TorqueWare attempts to keep  all of
  1362. the computers busy if  there is enough work.
  1363.  
  1364. As a programming utility, TorqueWare provides an operating system
  1365. independent way of multiprocessing.  Applications include network
  1366. rendering (RayShade 3.0 already allows for Linda),  news or database
  1367. filtering, image processing, and audio processing. An example of code
  1368. using TorqueWare versus socket programming can be found on   Aminet  under
  1369. biz/demo/netprog_txt.lzh
  1370.  
  1371. TorqueWare requirements: SAS C 6.x,  AmigaDos 2.04 or higher, and network
  1372. hardware for  multiprocessing.
  1373.  
  1374. MSRP for base development system $100
  1375.  
  1376. MSRP for general TCP/iP networking $150 per cpu.
  1377.  
  1378. Educational and quantity discounts available.
  1379.  
  1380. 119.  VLT
  1381.  
  1382. --------------
  1383.  
  1384. Valiant Little Terminal      by   Willy Langeveld    
  1385.  
  1386. A terminal emulator providing both Tektronix and DEC emulation. This little
  1387. jewel has been around for quite awhile. It is available on Fred  Fish and
  1388. Aminet. 
  1389.  
  1390.  
  1391. 120.  X11R4
  1392.  
  1393. --------------------
  1394.  
  1395. X11 Release 4  server and library by  GfxBase, Inc. 
  1396.  
  1397. GfxBase provides both a server so that you can run x clients on your
  1398. Amiga, and a development library so that you can write x clients for  your
  1399. Amiga or other x windows system.
  1400.  
  1401.  X11R4.3 Color Server 
  1402.  
  1403.  X11R4-Dev Libs 
  1404.  
  1405.  X11-product Availability 
  1406.  
  1407. 121.  X11R4.3 Color Server
  1408.  
  1409. -----------------------------------------
  1410.  
  1411. The X11 R4.3 server supports: 
  1412.  
  1413. - Up to (NTSC)1440x482 (568PAL) resolution. 
  1414.  
  1415. - Overscan, genlock, interlace, superhires, productivity, a2024 all
  1416. supported.
  1417.  
  1418. - Superscreens up to 2560x2560 scrollable under 2.0
  1419.  
  1420. - Up to 32 colors (lowres).
  1421.  
  1422. - AGA support: 256colors/16M
  1423.  
  1424. Local Clients: 
  1425.  
  1426. olwm(OpenLook) twm(Tab Window Manager) bitmap, xfd, xfontsel,
  1427.  
  1428.  
  1429.                                 - Page 51 -
  1430.  
  1431. 121.  X11R4.3 Color Server
  1432.  
  1433. xcalc, xmag, xsetroot, xsol, plus many more.
  1434.  
  1435. xpr (X printer program) supports all standard X devices plus supports
  1436.  
  1437. Amiga printers via the Amiga printer device mechanism.
  1438.  
  1439. Fonts: X11R5 fonts are included in this release.
  1440.  
  1441.  X11-Compatibility   Optional  color gfx cards   X11-Requirements 
  1442.  
  1443. 122.  X11-Compatibility
  1444.  
  1445. -----------------------------------
  1446.  
  1447. Software support
  1448.  
  1449. ----------------------
  1450.  
  1451. network support:
  1452.  
  1453. Commodore  AS225  (tcp/ip)  Thunder Ridge TSSnet ( DECnet ).
  1454.  
  1455. OS support:
  1456.  
  1457. Requires WB1.3 or later. Works better with 2.0. And best with 3.0
  1458.  
  1459. Coexists with Native Amiga Operating System, and works under  Intuition in
  1460. its own pull down screen.
  1461.  
  1462. Hardware Support
  1463.  
  1464. -------------------------
  1465.  
  1466. input support: 
  1467.  
  1468. international keyboards supported, Recommended 3 button mouse.
  1469.  
  1470. Compatibility with all models of the Amiga,
  1471.  
  1472.   A1000,A2000,A500,A2500,A3000,A3000T,A1200,A4000,A4000T.
  1473.  
  1474.  
  1475. 123.  Optional  color gfx cards
  1476.  
  1477. ---------------------------------------------------
  1478.  
  1479. Optional X11R5 for color graphics cards support
  1480.  
  1481.  - GDA1 from GfxBase
  1482.  
  1483.  - PicassoII
  1484.  
  1485.  - 1600GX from Ameristar
  1486.  
  1487.  
  1488. 124.  X11-Requirements
  1489.  
  1490. -------------------------
  1491.  
  1492. Requires minimum 1M of Ram for Server, more for local clients.
  1493.  
  1494. Requires 7M Harddisk, 15megs for standard installation.
  1495.  
  1496.  
  1497. 125.  X11R4-Dev Libs
  1498.  
  1499. ----------------------------------------------------
  1500.  
  1501. -------------X11 Release 4 Development libraries---------------------
  1502.  
  1503.  
  1504.                                 - Page 52 -
  1505.  
  1506. 125.  X11R4-Dev Libs
  1507.  
  1508. Specially modified to work under AmigaDOS with SAS/C 6.51
  1509.  
  1510. Libraries:
  1511.  
  1512.         Xlib,Xaw,Xext,Xt,Xmu,oldX,Xau, BSD sockets
  1513.  
  1514. Includes:
  1515.  
  1516.         X11 Release 4 standard include files
  1517.  
  1518. Some sample source and lmkfiles for learning X11 on the Amiga.
  1519.  
  1520. X11 programs on unix machines can be ported right to the Amiga. Develop X
  1521. applications on the Amiga and know they can be ported to Unix platforms.
  1522.  
  1523.  
  1524. 126.  X11-product Availability
  1525.  
  1526. ------------------------------
  1527.  
  1528. products available from Amiga Dealers or  GfxBase, Inc. 
  1529.  
  1530. --------- List Prices ---------------
  1531.  
  1532. software:
  1533.  
  1534.  X11R4:  $395/$90
  1535.  
  1536.  X11tk: $250/$45
  1537.  
  1538.  XView: $250
  1539.  
  1540.  X11 Local development system: $475/$100 
  1541.  
  1542.   (does not include support for  as225/TSSnet)
  1543.  
  1544.  mwm motif window manager: $99
  1545.  
  1546.  Complete X11R4/with motif development system: $795.00
  1547.  
  1548. Hardware:
  1549.  
  1550. Boing 3button optical mouse, bought with X11, $75.00
  1551.  
  1552. GDA-1 hires graphics card 1024x768 256/16M colors $595.00
  1553.  
  1554.  
  1555. 127.  Hardware-Specs
  1556.  
  1557. =================
  1558.  
  1559. Specifications for Amiga Networking Hardware
  1560.  
  1561.  A2065 
  1562.  
  1563.  A4066 
  1564.  
  1565.  AmigaLink 
  1566.  
  1567.  Ariadne 
  1568.  
  1569.  GG2-Bus+ card 
  1570.  
  1571.  Hydra 
  1572.  
  1573.  ICard 
  1574.  
  1575.  ISDN-Master 
  1576.  
  1577.                                 - Page 53 -
  1578.  
  1579. 127.  Hardware-Specs
  1580.  
  1581.  
  1582.  LAN Rover 
  1583.  
  1584.  QuickNet 
  1585.  
  1586. 128.  A2065
  1587.  
  1588. -------------------
  1589.  
  1590. A2065 by  Commodore Business Machines 
  1591.  
  1592. Function: Full ANSI 802.3 type Ethernet protocols over either Type A
  1593. (Thick Ethernet) or Type B (Thin Ethernet/Cheapernet) connections.
  1594.  The  32K onboard RAM Buffer provides shared RAM between  Am7990 processor
  1595. and the Amiga.
  1596.  
  1597. Card Type: Amiga bus (100 pin), Autoconfig Interface Specs: 15 pin  female
  1598. "D" connector for Type A (Thick Ethernet)  networking with 100  nodes per
  1599. segment Female BNC coax connector  for Type B (Thin  Ethernet/Cheapernet)
  1600. networking with 30 nodes per segment.
  1601.  
  1602. Speed:    10Mbps CSMA/CD interface DMA data reading and writing to  shared
  1603. RAM Card Size: Full size Amiga board
  1604.  
  1605.  
  1606. 129.  A4066
  1607.  
  1608. -----------------
  1609.  
  1610. the A4066 by  Ameristar   replaces the A2065 ethernet card by  Commodore.
  1611. The A4066 supports 10BaseT Thin, and Thick ethernet. It is SANA II
  1612. compatible and should support the AS225r2 software as  well as  DECnet  at
  1613. the same time.
  1614.  
  1615.  
  1616. 130.  AmigaLink
  1617.  
  1618. -------------------------
  1619.  
  1620. AmigaLink is a floppy port based networking solution which is SANA II
  1621. compatible.  It will work with any Amiga with a free floppy port including
  1622. CD32 with the expansion module, and a floppy with a pass thru port.
  1623.  
  1624. Transfer rate: 450,000 bits per sec (~ 45KB/sec)
  1625.  
  1626. Max cable length: 100 meters (~330 feet)
  1627.  
  1628. cable type: RG-58U 50 ohm co-axial 
  1629.  
  1630. Cable connector: BNC and floppy port connector
  1631.  
  1632. Max # of computers: 20
  1633.  
  1634. Included Protocol: Network Operating System
  1635.  
  1636. optional Protocol: Envoy, or any SANA II compatible protocol
  1637.  
  1638. Supports remote printing using the Commodore CMD program.
  1639.  
  1640. Requirements: kickstart 1.2+, Workbench 1.3+, 512k ram
  1641.  
  1642. Recommended: Workbench 2.0+, 1MB+ ram, hard drive
  1643.  
  1644. SRP:
  1645.  
  1646. AmigaLink Starter Kit $259.95 
  1647.  
  1648.         20 software licenses and hardware for 2 nodes
  1649.  
  1650.  
  1651.                                 - Page 54 -
  1652.  
  1653. 130.  AmigaLink
  1654.  
  1655. AmigaLink Single node $124.95
  1656.  
  1657.             hardware only, no cable.
  1658.  
  1659.  
  1660. 131.  Ariadne
  1661.  
  1662. -----------------------------
  1663.  
  1664. Ariadne by  Village Tronic 
  1665.  
  1666. A SANA II compatible zorro bus ethernet card with two parallel ports.
  1667.  
  1668. Supports 10base-2 (thin ethernet, coax) and 10base-T (Twisted pair)
  1669.  
  1670. Socket for boot rom
  1671.  
  1672. hook up to two additional amiga to the paallel ports with Liana (Envoy
  1673. with a cable)
  1674.  
  1675.  A  32kbyte cache to support cpu
  1676.  
  1677. Includes Envoy and SANA II driver for ethernet and parallel ports
  1678.  
  1679.  
  1680. 132.  GG2-Bus+ card
  1681.  
  1682. =============
  1683.  
  1684. The GG2 Bus+ by  Software Results Enterprises   lets you add
  1685. IBM-compatible hardware to your Amiga.  The most common additions  are
  1686. extra parallel and serial ports, and _network_ cards.
  1687.  
  1688. The GG2 Bus+  is NOT a 486 bridgecard, and does NOT run windows,  it merely
  1689. allows you to access less expensive PC cards.
  1690.  
  1691.  GG2-HW Compatibility 
  1692.  
  1693.  GG2-PC drivers 
  1694.  
  1695.  GG2-SW Compatibility 
  1696.  
  1697.  GG2-Requirements 
  1698.  
  1699.  GG2-Availability 
  1700.  
  1701. 133.  GG2-HW Compatibility
  1702.  
  1703. --------------------------------------------------------------
  1704.  
  1705. The GG2 Bus+ supports almost all non-DMA AT-compatible (8 MHz  bus capable)
  1706. PC plug-in boards.  This includes such popular items as  internal modems,
  1707. multi-I/O boards, IDE hard drive controllers,  non-DMA ethernet boards, VGA
  1708. boards, A/D boards, etc.  Access to  the PC cards is at full Amiga Zorro II
  1709. bus speed unless wait state  support is turned on.
  1710.  
  1711.  
  1712. 134.  GG2-PC drivers
  1713.  
  1714. ------------------------------------------
  1715.  
  1716. PC drivers included with GG2 Bus+ are:
  1717.  
  1718.  ibmser.device        
  1719.  
  1720.  A replacement serial device for internal modems and multi-I/O
  1721.  cards.  Includes automatic use of the 16550 FIFO buffer when  
  1722.  available.  Support for up to 4 serial ports at once,
  1723.  equivalent of COM1-4.
  1724.  
  1725.  
  1726.                                 - Page 55 -
  1727.  
  1728. 134.  GG2-PC drivers
  1729.  
  1730.  ibmprint.device
  1731.  
  1732.  A new parallel output-only driver for printing through IBM LPT
  1733.  compatible parallel ports on multi-I/O cards.  Support for up
  1734.  to 3 printers at once, equivalent of LPT1-3.
  1735.  
  1736.  ibmIDE.device
  1737.  
  1738.  A driver program to allow the use of IDE, RLL or MFM hard drives.
  1739.  
  1740.  NE1000.device  and NE2000.device
  1741.  
  1742.  These are SANA-II ethernet drivers for Novell NE1000 and
  1743.  
  1744.  NE2000 boards and compatibles.
  1745.  
  1746. NE1000 is  8 bit card, 8K memory
  1747.  
  1748. NE2000 is 16 bit card 
  1749.  
  1750.  
  1751. 135.  GG2-SW Compatibility
  1752.  
  1753. ------------------------------------------------------- GG2 Bus+
  1754.  
  1755.   Since the Ethernet drivers are  SANA II  compliant, you can use your
  1756. GG2/Ethernet combination with all of the popular network packages,  such as
  1757.  Envoy  (from IAM),  AS225r2  (from Commodore) and   AmiTCP  (available via
  1758. ftp from Aminet sites).  
  1759.  
  1760. Commodore's AS225r1 is *not* a SANA-II networking package, and  will not
  1761. work with an Ethernet card on a GG2 Bus+.
  1762.  
  1763. !!! Oxxi's Novell Netware Client software is *not* a SANA II networking
  1764. package and will not work with an Ethernet card on a GG2 Bus+. !!!
  1765.  
  1766. CrossPC and PCTask  software PC emulators are aware of the GG2  Bus+ and
  1767. will let you use IBM-compatible hardware from inside the  emulation.  Among
  1768. other IBM peripherals that have been successfully  operated are, ROM
  1769. programmers and PC-television cards.
  1770.  
  1771.  
  1772. 136.  GG2-Requirements
  1773.  
  1774. ----------------------------------------------
  1775.  
  1776. The GG2 Bus+ occupies one Zorro II slot aligned with an PC-AT slot in  an
  1777. Amiga 2000,  A2500, A3000, or A4000.  It has essentially the same  form
  1778. factor as a Commodore bridgeboard.  You will need at least one  additional
  1779. open PC-AT slot for your plug-in PC card.  The GG2 Bus+  requires 1
  1780. Megabyte of available AUTOCONFIG memory space to  correctly map all of the
  1781. PC memory locations.  All address and data  lines to the PC bus are
  1782. buffered to avoid loading-down Amiga bus  lines.
  1783.  
  1784. Most of the software requires 2.04 or higher.  The actual device drivers
  1785. themselves (ibmser.device, ibmIDE.device...) will probably work under
  1786. Amiga Dos 1.3, but the support programs (like SwitchControl and  SerPrefs)
  1787. don't.
  1788.  
  1789.  
  1790. 137.  GG2-Availability
  1791.  
  1792. -----------------------------------------
  1793.  
  1794. GG2 Bus+ is   $119.95 USD
  1795.  
  1796. All sales are being handled by  Software Results Enterprises ,  so there
  1797. are no distributors in any countries.
  1798.  
  1799.  
  1800.  
  1801.  
  1802.                                 - Page 56 -
  1803.  
  1804. 137.  Hydra
  1805.  
  1806.  
  1807. 138.  Hydra
  1808.  
  1809. ------------------
  1810.  
  1811. Hydra   by   Hydra Systems 
  1812.  
  1813. Ethernet cards for the Amiga 2/3/4000. 
  1814.  
  1815. Did have a model for the A500.
  1816.  
  1817. A SANA II driver comes with the new boards or is available from the vendor.
  1818. The driver is called hydra.device, and  V1.33 even works with the old v1.0
  1819. boards.
  1820.  
  1821. Has thin wire connector (BNC) and a thick wire connector (15 pin D).
  1822.  
  1823. 139.  ICard
  1824.  
  1825. -------------------
  1826.  
  1827. ICard by  Interworks 
  1828.  
  1829. A 16 bit  ethernet card for the A1200's PCMCIA slot.
  1830.  
  1831. Provides 10BaseT and 10Base2 ethernet connectors.
  1832.  
  1833. Provides SANA II driver for compatibility with any SANA II compatible
  1834. network protocol  including Interworks  ENLAN-DFS 
  1835.  
  1836. MSRP $299
  1837.  
  1838.  
  1839. 140.  ISDN-Master
  1840.  
  1841. --------------------------
  1842.  
  1843. ISDN Master by  BSC   in Germany
  1844.  
  1845. Has German manual.  Price is approx $600.
  1846.  
  1847. Works with any Amiga with a zorro bus because it is a zorro II card.
  1848.  
  1849. !!!!!!!!!! News Flash !!!!!!!!!!
  1850.  
  1851. Alan BERNEY wrote an excellent review of the ISDN Master. Look for it on
  1852. Aminet in the directory that contains the c.s.a.review postings.
  1853.  
  1854. The best news I saw in the review is that the board supports standards for
  1855. multiple countries including the US. Not all countries have been tested,
  1856. but it is good to see more than one supported.
  1857.  
  1858.  
  1859.  
  1860. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1861.  
  1862. Features:
  1863.  
  1864. ------------
  1865.  
  1866. * Autoconfig
  1867.  
  1868. * Transfer up to 7500 cps
  1869.  
  1870. * Answering machine ( sorry, no voice-mailbox)
  1871.  
  1872. * settings for phone and answering machine
  1873.  
  1874.  
  1875.                                 - Page 57 -
  1876.  
  1877. 140.  ISDN-Master
  1878.  
  1879. * parallel telephone and data calls
  1880.  
  1881. * three user conference
  1882.  
  1883. * Uses less CPU time than a modem
  1884.  
  1885. * Hayes-AT set
  1886.  
  1887. * isdn.device is compatible with serial.device
  1888.  
  1889. * 64 byte FIFo ram buffer
  1890.  
  1891. * 2 * B-channel and 1 * D-Channel (S0-connection)
  1892.  
  1893. * S0 considerable
  1894.  
  1895. * ISDN and Euro-ISDN support
  1896.  
  1897. * D port monitor
  1898.  
  1899. * passiv card
  1900.  
  1901. * Audio-Inline with digitize audio
  1902.  
  1903. Requirements:
  1904.  
  1905. -------------------
  1906.  
  1907. * kickstart >= 2.x
  1908.  
  1909. * 1 Mb Ram minimum, prefer 2 Mb
  1910.  
  1911. * recommend 68020 or higher
  1912.  
  1913. 141.  LAN Rover
  1914.  
  1915. ------------------------
  1916.  
  1917. LAN Rover by  ASDG     LAN Rover is now called EB920.
  1918.  
  1919. A thin wire ethernet card for Amiga 2000,3000, and 4000. It is a full
  1920. length Zorro II card and comes with  SANA II  drivers and  supports
  1921. adjustable interrupt settings and network address roms.
  1922.  
  1923. Being SANA II compatible means it will support all the major network
  1924. protocols available for the Amiga. 
  1925.   More info in a future release of FAQ
  1926.  
  1927.  
  1928. 142.  QuickNet
  1929.  
  1930. -----------------------
  1931.  
  1932. QuickNet (TM)  Fast peer-to-peer networking system for the Amiga
  1933.  
  1934. by  Resource Management Force 
  1935.  
  1936. Authors: Neil Dugan, Daniel Koch, and Norman Pakes
  1937.  
  1938. A hardware and software solution for networking Amigas to Amigas. Zorro II
  1939. card which supports thin ethernet. Other versions may be  available by
  1940. now.
  1941.  
  1942.  
  1943.  More info when it is available to me.
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.                                 - Page 58 -
  1950.  
  1951. 142.  Manufacturers
  1952.  
  1953.  
  1954. 143.  Manufacturers
  1955.  
  1956.  For Additional information on Products and Vendors consult
  1957.  
  1958. "AC's Guide for the Commodore Amiga" at your local Amiga dealer or 
  1959.  
  1960. newsstand or contact
  1961.  
  1962.  AC's Guide  
  1963.  
  1964.  c/o PiM Publications 
  1965.  
  1966.  P.O.B. 2140
  1967.  
  1968.  Fall River, MA 02722-2140
  1969.  
  1970.  phone: (800) 345-3360
  1971.  
  1972.  Ameristar 
  1973.  
  1974.  ASDG 
  1975.  
  1976.  AugmenTek 
  1977.  
  1978.  BCS 
  1979.  
  1980.  Canadian Prototype Replicas 
  1981.  
  1982.  Commodore Business Machines 
  1983.  
  1984.  CSA 
  1985.  
  1986.  GfxBase, Inc.  
  1987.  
  1988.  Hydra Systems 
  1989.  
  1990.  IAM 
  1991.  
  1992.  Interworks 
  1993.  
  1994.  Oregon Research 
  1995.  
  1996.  Oxxi 
  1997.  
  1998.  Progressive Peripherals 
  1999.  
  2000.  Resource Management Force 
  2001.  
  2002.  SCALA, Inc. 
  2003.  
  2004.  Software Results Enterprises 
  2005.  
  2006.  Spectronics 
  2007.  
  2008.  Thunder Ridge, Inc. 
  2009.  
  2010.  Village Tronic 
  2011.  
  2012. 144.  Ameristar
  2013.  
  2014. ----------------------
  2015.  
  2016.      Ameristar products are distributed by 
  2017.  
  2018.      Creative Equipment International (CEI)
  2019.  
  2020.  
  2021.                                 - Page 59 -
  2022.  
  2023. 144.  Ameristar
  2024.  
  2025.       5555 W. Flagler St
  2026.  
  2027.       Miami, Florida  33134  USA
  2028.  
  2029.       Phone (305) 266-2800
  2030.  
  2031.  
  2032. 145.  ASDG
  2033.  
  2034. -----------------
  2035.  
  2036.     ASDG, Inc.
  2037.  
  2038.     925 Stewart St.
  2039.  
  2040.     Madison, WI 53713
  2041.  
  2042.     Phone (608) 273-6585
  2043.  
  2044.     Fax (608) 271-1988
  2045.  
  2046.  
  2047. 146.  AugmenTek
  2048.  
  2049. ------------------------
  2050.  
  2051.    AugmenTek
  2052.  
  2053.   3606 S. 180th St. C-22
  2054.  
  2055.   SeaTac, WA 98188-4339
  2056.  
  2057.   USA
  2058.  
  2059.   Phone: (206) 246-6077
  2060.  
  2061.   email:  augmentek@acm.org
  2062.  
  2063.  
  2064. 147.  BSC
  2065.  
  2066. --------------------
  2067.  
  2068.  
  2069.  BSC buroatuomation
  2070.  Lerchenstrasse 5
  2071.  W8000 Muenchen 50
  2072.  Germany
  2073.  
  2074.  Telephone: +49 89 357 130-0
  2075.  FAX:       +49 89 357 130-99
  2076.  
  2077.  
  2078. 148.  Canadian Prototype Replicas
  2079.  
  2080. ------------------------------------------------
  2081.  
  2082.           Canadian Prototype Replicas
  2083.  
  2084.            PO Box 8, Ontario, Canada 
  2085.  
  2086.           (519) 884-4412
  2087.  
  2088.  
  2089. 149.  Commodore Business Machines
  2090.  
  2091. ------------------------------------------------
  2092.  
  2093. For Historical Purposes:
  2094.  
  2095.           Commodore Business Machines
  2096.  
  2097.           1200 Wilson Dr., West Chester, PA 19380
  2098.  
  2099.            (215) 431-9100, (215) 436-4200
  2100.  
  2101.  
  2102.                                 - Page 60 -
  2103.  
  2104. 149.  Commodore Business Machines
  2105.  
  2106.  
  2107. 150.  CSA
  2108.  
  2109. ---------------
  2110.  
  2111. CSA
  2112.  
  2113. Computer System Associates, Inc.
  2114.  
  2115. Stephen Riker, Director of Sales and Marketing
  2116.  
  2117.     CSA
  2118.  
  2119.     7564 Trade Street
  2120.  
  2121.     San Diego, CA 92121
  2122.  
  2123.     PH:(619)566-3911
  2124.  
  2125.     FAX:(619)566-0581
  2126.  
  2127.  
  2128. 151.  GfxBase, Inc. 
  2129.  
  2130. ------------------------------------------------
  2131.  
  2132. Contact Dale Luck at 
  2133.  
  2134.  GfxBase, Inc.
  2135.  
  2136.  PO Box 360814
  2137.  
  2138.  Milpitas, Ca. 95036-0814
  2139.  
  2140.  Phone: (408) 262-1469 
  2141.  
  2142.  FAX: (408) 262-8276 
  2143.  
  2144. for more info or more complete literature.
  2145.  
  2146.  
  2147. 152.  Hydra Systems
  2148.  
  2149. -----------------------------
  2150.  
  2151. Hydra Systems
  2152.  
  2153. Wyndrushe House
  2154.  
  2155. Red Land, Kenilworth
  2156.  
  2157. Warwickshire
  2158.  
  2159. England CV8 1PB
  2160.  
  2161. Tel/Fax: +44 203 473333
  2162.  
  2163.  
  2164. 153.  IAM
  2165.  
  2166. --------------
  2167.  
  2168. IAM
  2169.  
  2170. voice: (610) 853-4406
  2171.  
  2172. fax: (610) 853-3733
  2173.  
  2174. Direct postal mail to:
  2175.  
  2176.  
  2177.                                 - Page 61 -
  2178.  
  2179. 153.  IAM
  2180.  
  2181.      Intangible Assets Manufacturing
  2182.  
  2183.      828 Ormond Avenue
  2184.  
  2185.      Drexel Hill, PA  19026-2604
  2186.  
  2187.      USA
  2188.              Direct electronic inquiries to:
  2189.  
  2190.         info@iam.com -- a robot with less info than the IAM web pages
  2191.  
  2192.         sales@iam.com -- to get info or to place an order
  2193.  
  2194.         corections@iam.com -- for any errors you find in 
  2195.  
  2196.                 "Connect Your Amiga!"
  2197.  
  2198.         envoy-help@iam.com -- get envoy support here (include serial
  2199. number from your IAM disk in your request for support
  2200.  
  2201.         envoy-bugs@iam.com -- report bugs here
  2202.  
  2203.         registration@iam.com -- use email instead of mailing a card
  2204.  
  2205.         francais@iam.com -- for all French language email for IAM
  2206.  
  2207.         italiano@iam.com -- for all Italian language email to IAM
  2208.  
  2209.         dale@iam.com -- Dale L. Larson
  2210.  
  2211.         jan@iam.com -- Janet McIlvaine
  2212.  
  2213.         mikec@iam.com -- Michael Colligon
  2214.  
  2215.         dosioc@iam.com -- Claudio Dosio
  2216.  
  2217.  
  2218. 154.  Interworks
  2219.  
  2220. -----------------------
  2221.  
  2222.    Interworks
  2223.  
  2224.    43191 Camino Casillas 
  2225.  
  2226.    Suite B2469
  2227.  
  2228.    Temecula, CA 92592-3714
  2229.  
  2230.    phone: (909) 699-8120
  2231.  
  2232.    FAX:  (909)-699-8279
  2233.  
  2234. 155.  Oregon Research
  2235.  
  2236. ---------------------------------
  2237.  
  2238. Oregon Research
  2239.  
  2240.   16200 S.W. Pacific Hwy., Suite 162
  2241.  
  2242. Tigard, Or 97224
  2243.  
  2244. ph: (503) 620-4919
  2245.  
  2246. fax: (503) 624-2940
  2247.  
  2248. Internet: orres@teleport.com
  2249.  
  2250.                                 - Page 62 -
  2251.  
  2252. 155.  Oregon Research
  2253.  
  2254.  
  2255. Genie: ORA
  2256.  
  2257. CompuServer: 71333,2655
  2258.  
  2259.  
  2260. 156.  Oxxi
  2261.  
  2262.  ------------------------------------------------
  2263.  
  2264.  Oxxi
  2265.  
  2266.  P.O. Box 90309, 
  2267.  
  2268.  Long Beach, CA 90809
  2269.  
  2270.  Phone:   (310) 427-1227
  2271.  
  2272.  
  2273. 157.  Progressive Peripherals
  2274.  
  2275.   ------------------------------------------
  2276.  
  2277.          Last Known address for 
  2278.  
  2279.          Progressive Peripherals & Software
  2280.  
  2281.           464 Kalamath Street, Denver, CO 80204
  2282.  
  2283.           (303) 825-4144, (303) 893-6938 (FAX)
  2284.  
  2285. Apparently out of business. Anyone with information on the disposition  of
  2286. their product line pleas provide  FEEDBACK 
  2287.  
  2288.  
  2289. 158.  Resource Management Force
  2290.  
  2291. ------------------------------------------------
  2292.  
  2293. Resource Management Force Pty Ltd
  2294.  
  2295.  70-74 may street
  2296.  
  2297. St Peters NSW 2044
  2298.  
  2299. Australia
  2300.  
  2301. Tel: +61 2 550 4244
  2302.  
  2303. fax: +61 2 550 4284
  2304.  
  2305. email:  cbmaus!rmf!danielk@rmf.adsp.sub.org
  2306.  
  2307.  
  2308. 159.  SCALA, Inc.
  2309.  
  2310. ------------------------------
  2311.  
  2312.   SCALA, Inc.
  2313.  
  2314.   12110 Sunset Hills, Dr. Ste 100
  2315.  
  2316.   Reston, VA 22090
  2317.  
  2318.   phone: (703) 709-8043
  2319.  
  2320.  
  2321. 160.  Software Results Enterprises
  2322.  
  2323. -------------------------------------------------
  2324.  
  2325.   Software Results Enterprises
  2326.  
  2327.                                 - Page 63 -
  2328.  
  2329. 160.  Software Results Enterprises
  2330.  
  2331.  
  2332.    2447 N. 4th St., Ste. B
  2333.  
  2334.   Columbus, OH 43202-2706
  2335.  
  2336.   phone: 614/262-9146 (voice)
  2337.  
  2338.   fax: 614/267-2683
  2339.  
  2340.    sales@kumiss.infinet.com
  2341.  
  2342.   support@kumiss.infinet.com
  2343.  
  2344. Please use e-mail whenever possible.  It leaves more time to develop
  2345. products.
  2346.  
  2347. Also be sure to ask for the GGII Bus+ FAQ which goes into  more specifics
  2348. than is practical in this FAQ.
  2349.  
  2350.  
  2351. 161.  Spectronics
  2352.  
  2353.  Spectronics Int'l USA
  2354.  
  2355.   34 E. Main Street #23
  2356.  
  2357.  Champaign, IL 61820
  2358.  
  2359. Phone: (217) 352-0061
  2360.  
  2361. Fax: (217) 352-0063
  2362.  
  2363. BBS: (217) 352-7627
  2364.  
  2365.  
  2366. Eddy Coopmans,  President
  2367.  
  2368.  
  2369. 162.  Thunder Ridge, Inc.
  2370.  
  2371.  ------------------------------------------------
  2372.  
  2373. Thunder Ridge, Inc.
  2374.  
  2375. N9353 Benson Road
  2376.  
  2377. Brooklyn, WI  53521
  2378.  
  2379.           phone: (608) 455-1039
  2380.  
  2381.            fax: (608) 455-1317
  2382.  
  2383.            email:  73071.1356@compuserve.com
  2384.  
  2385.  
  2386. 163.  Village Tronic
  2387.  
  2388. ------------------------------
  2389.  
  2390.   Village Tronic
  2391.  
  2392.   Wellweg 95 
  2393.  
  2394.   D-31157 Sarstedt
  2395.  
  2396.   Germany
  2397.  
  2398.  Tel: +49/(0)5066/7013-0        Switchboard
  2399.  
  2400.  Tel: +49/(0)5066/7013-10        technical hotline
  2401.  
  2402.                                 - Page 64 -
  2403.  
  2404. 163.  Village Tronic
  2405.  
  2406.  
  2407.  Tel: +49/(0)5066/7013-11        orders
  2408.  
  2409.  Tel: +49/(0)5066/7013-40        Mailbox
  2410.  
  2411.  Tel: +49/(0)5066/7013-49        Telefax
  2412.  
  2413.  
  2414. 164.  Related FAQs
  2415.  
  2416. =================
  2417.  
  2418.  AmigaNOS-FAQ 
  2419.  
  2420.  UUCP FAQ 
  2421.  
  2422.  X11 FAQ 
  2423.  
  2424.  AmiTCP FAQ 
  2425.  
  2426.  Wiedmann's Amiga FAQ 
  2427.  
  2428.  DAK's Amiga FAQ 
  2429.  
  2430.  FAQ archive 
  2431.  
  2432.  NEWS FAQ 
  2433.  
  2434.  RFC 
  2435.  
  2436.  BDG to Internet 
  2437.  
  2438.  FTP FAQ 
  2439.  
  2440.  ZEN 
  2441.  
  2442.  Amosaic-FAQ 
  2443.  
  2444.  Connect your Amiga 
  2445.  
  2446.  misc 
  2447.  
  2448. 165.  AmigaNOS-FAQ
  2449.  
  2450. -----------------------------
  2451.  
  2452. AmigaNOS is a serial port only version of TCP/IP. The AmigaNOS FAQ is
  2453. posted to comp.sys.amiga.datacomm   news.answers and comp.answers  news
  2454. groups.
  2455.  
  2456. and should be on the  FAQ archive  as...
  2457.  
  2458.   /pub/usenet/news.answers/amiga/AmigaNOS-faq
  2459.  
  2460.  
  2461. 166.  UUCP FAQ
  2462.  
  2463. ------------------------
  2464.  
  2465. The UUCP FAQ is posted to the news groups alt.sys.amiga.uucp,  alt.answers,
  2466. and to news.answers. It is available at the  FAQ archive   site.
  2467.  
  2468. 167.  X11 FAQ
  2469.  
  2470. --------------------
  2471.  
  2472. X windows is such a big topic there is a FAQ dedicated to it regardless  of
  2473. vendor.  It is posted in multiple parts in comp.windows.x and  news.answers
  2474. news groups which means it is available from   FAQ archive  
  2475.  
  2476.                                 - Page 65 -
  2477.  
  2478. 167.  X11 FAQ
  2479.  
  2480.  
  2481. You can send submissions to   faq%craft@uunet.uu.net
  2482.  
  2483. BTW,  uunet.uu.net is one of those cross over points between the  USENET
  2484. and the Internet.
  2485.  
  2486.  
  2487. 168.  AmiTCP FAQ
  2488.  
  2489. -------------------------
  2490.  
  2491. !!!!!! News Flash !!!!!!
  2492.  
  2493. The AmiTCP FAQ is now maintained by Mike Meyer and is available in  html
  2494. format so you can access it with Amosaic at
  2495.  
  2496.  http://contessa.phone.net/Atcpfaq.html              I think. ;}
  2497.  
  2498. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2499.  
  2500. AmiTCP FAQ has been released by Neil McRae.  Look in the
  2501. comp.sys.amiga.datacom  news group for biweekly updates.  It is also an
  2502. officially accepted FAQ by the news.answers moderators.  Therefore it can
  2503. be found in news.answers, comp.answers, and in the  FAQ archive 
  2504.  
  2505.  
  2506. 169.  Wiedmann's Amiga FAQ
  2507.  
  2508. ---------------------------------------
  2509.  
  2510.   Jochen Wiedmann's Amiga FAQ
  2511.  
  2512. Can be found at  Aminet  sites in the 
  2513.  
  2514.   /pub/aminet/tex/docs directory
  2515.  
  2516. with the file name  AmigaFAQxxxxxx.lha
  2517.  
  2518. where xxxxxx is the date.
  2519.  
  2520.   send submissions to  
  2521.  
  2522. wiedmann@mailserv.zdv.uni-tuebingen.de
  2523.  
  2524. or  Am Eisteich 9
  2525.  
  2526.     72555 Metzingen (Germany)
  2527.  
  2528.     Tel.  07123 / 14881
  2529.  
  2530. Mr. Wiedmann's FAQ can now be found on line using Mosaic. It is now part of
  2531. Mr. Witbrock's Amiga Home Page. It was converted to HTML from Amiga Guide
  2532. by Mr. Witbrock's AG2HTML.PL   perl script. The script is on line also.
  2533.  
  2534.  
  2535. 170.  DAK's Amiga FAQ
  2536.  
  2537. --------------------------------
  2538.  
  2539. This document is a summary of information about  Science/School/UNIX
  2540. software for the Amiga.
  2541.  
  2542. Originally compiled-by: rfarmer@nyx.cs.du.edu (Richard Akerman)
  2543.  Now maintained-by: dak@emx.cc.utexas.edu (Donald A Kassebaum)
  2544.  
  2545.  This FAQ is cross-posted around the middle of each month to
  2546.  comp.sys.amiga.applications, comp.unix.amiga, comp.answers and
  2547. news.answers
  2548.  
  2549.  also available on  AmiNet  sites:
  2550.  
  2551.                                 - Page 66 -
  2552.  
  2553. 170.  DAK's Amiga FAQ
  2554.  
  2555.  
  2556.   /pub/aminet/text/doc/AmigaSciSchUnix.lha
  2557.  
  2558. The news.answers automatic archiving software will store a copy of  this
  2559. posting, available by anonymous FTP on
  2560.  
  2561.  
  2562.  rtfm.mit.edu [18.20.0.224]:
  2563.  
  2564.    /pub/usenet/news.answers/amiga/science-faq
  2565.  
  2566.  
  2567. 171.  FAQ archive
  2568.  
  2569. -------------------------
  2570.  
  2571. You can find numerous FAQ's posted to the news.answers  news  group.  They
  2572. are also cross posted to *.answers for the specific news  group to which
  2573. the FAQ is related. For example this FAQ is cross  posted to the
  2574. comp.answers news group.  This makes it easier to find  related FAQ's.  
  2575.  
  2576. There are several FAQ's slanted towards new users, so instead of  flaming
  2577. someone try sending them the appropriate FAQ.
  2578.  
  2579. The FAQ's are updated periodically, and the older versions are  archived at
  2580. several sites. Both the current and the archived FAQ's are also available
  2581. via Mosaic, and anonymous FTP in addition  to being available through the
  2582. news.
  2583.  
  2584. RTFM.MIT.EDU [18.20.0.224]  is one of the primary archive sites for
  2585. news.answers FAQ's and it supports anonymous FTP and email.  To  use email
  2586. send a message with "send usenet/news.answers/pdial" as  the message  to
  2587. mail-server@rtfm.mit.edu.  For more information send  "help" as the
  2588. message.
  2589.  
  2590.    Aminet   Fred Fish 
  2591.  
  2592. 172.  Aminet
  2593.  
  2594. -------------------
  2595.  
  2596. Aminet is another archive site with many mirror sites.  In addition to
  2597. FAQ's you can find all kinds of Amiga  programs and files at an Aminet
  2598. site. They usually have a directory called /pub/aminet.  
  2599.  
  2600.  See the "All about FTP"  FTP FAQ   for details on using  anonymous  FTP to
  2601. access the archive.
  2602.  
  2603. Aminet hosts are
  2604.  
  2605.      USA (MO)     ftp.wustl.edu           128.252.135.4
  2606.  
  2607.      USA (CA)     ftp.cdrom.com           192.153.46.2
  2608.  
  2609.      USA (TX)     ftp.etsu.edu            192.43.199.20
  2610.  
  2611.      Scandinavia  ftp.luth.se             130.240.18.2
  2612.  
  2613.      Germany      ftp.uni-kl.de           131.246.9.95
  2614.  
  2615.      Germany      ftp.uni-erlangen.de     131.188.1.43
  2616.  
  2617.      Germany      ftp.cs.tu-berlin.de     130.149.17.7
  2618.  
  2619.      Germany      ftp.uni-paderborn.de    131.234.2.32
  2620.  
  2621.      Germany      ftp.uni-oldenburg.de    134.106.40.9
  2622.  
  2623.  
  2624.                                 - Page 67 -
  2625.  
  2626. 172.  Aminet
  2627.  
  2628.      Germany      ftp.coli.uni-sb.de      134.96.68.11
  2629.  
  2630.      Switzerland  ftp.eunet.ch            146.228.10.16
  2631.  
  2632.      Switzerland  litamiga.epfl.ch        128.178.151.32
  2633.  
  2634.      UK           ftp.doc.ic.ac.uk        146.169.2.1
  2635.  
  2636.   Please use a mirror close to you! 
  2637.  
  2638. There are other amiga related FTP sites. You can use Archie or  Veronica to
  2639. locate sites that have a specific file you are looking for and perhaps
  2640. avoid overcrowding the mirror sites.
  2641.  
  2642.  
  2643. The Aminet Archive now has a Mosaic home page where the most  recent
  2644. uploads can by found and retrieved.  You can access it directly or from Mr.
  2645. Witbrock's Amiga Home Page. 
  2646.  
  2647.  
  2648. Aminet also offers a mailing list for info on the recent uploads. Just send
  2649. one of the following as the body of the message to
  2650. listserv@wunet.wustl.edu
  2651.  
  2652. subscribe aminet-daily site@domain 
  2653.  
  2654. subscribe aminet-weekly site@domain
  2655.  
  2656. where site@domain is your return email address. There are over 3000
  2657. addresses already on these lists.
  2658.  
  2659. A complete index of aminet files (over 600k) is located in the file
  2660. /pub/aminet/INDEX
  2661.  
  2662.  
  2663. 173.  Fred Fish
  2664.  
  2665. ------------------
  2666.  
  2667. Fred Fish is/was a floppy based archive of public domain and  shareware
  2668. software for the Amiga. Fred has begun to make the  archive available on CD
  2669. Rom as well.  Fred posts info on new CDroms  on the comp.sys.amiga.announce
  2670. news group.  Amazing Computing  Magazine also prints information about the
  2671. Fred Fish collection and  may be handling the floppy distribution in the
  2672. future.
  2673.  
  2674. The Fred Fish collection has been a valuable asset to the Amiga  community,
  2675. and I will be adding more info to this section in future  releases of this
  2676. FAQ.
  2677.  
  2678. The Fred Fish CD Rom is available from
  2679.  
  2680.      Amiga Library Services
  2681.  
  2682.      610 N. Alma School Road, Suite 18
  2683.  
  2684.      Chandler, AZ 85224-3687
  2685.  
  2686.      U.S.A.
  2687.      
  2688.      Phone/FAX: (602) 917-0917
  2689.  
  2690.  
  2691. 174.  NEWS FAQ
  2692.  
  2693. -------------------------
  2694.  
  2695. The NEWS FAQ can be found at the  FAQ archive  or on the  news.answers or
  2696. comp.answers news group.  It explains some of the  history and  different
  2697.  
  2698.                                 - Page 68 -
  2699.  
  2700. 174.  NEWS FAQ
  2701.  
  2702. incarnations of news servers and readers.
  2703.  
  2704. There are also specific FAQs for the INN news server and others.
  2705.  
  2706. Also there are specific news groups for those who wish to be
  2707. administrators of a news server. 
  2708.  
  2709.  
  2710. 175.  RFC
  2711.  
  2712. --------------
  2713.  
  2714. RFC  Request For Comment 
  2715.  
  2716. These are good documents if someone wants to understand the  technical side
  2717. of the protocol.  They can be found online at a number  of sites by archie,
  2718. but they are officially available from just a few.
  2719.  
  2720. RFCs can be obtained via FTP from 
  2721.  
  2722. NIS.NSF.NET,                 NISC.JVNC.NET, 
  2723.  
  2724. VENERA.ISI.EDU,                WUARCHIVE.WUSTL.EDU,
  2725.  
  2726. SRC.DOC.IC.AC.UK,        FTP.CONCERT.NET,
  2727.  
  2728. DS.INTERNIC.NET,         NIC.DDN.MIL.
  2729.  
  2730. Details on obtaining RFCs via FTP or EMAIL may be obtained by  sending an
  2731. EMAIL message to "rfc-info@ISI.EDU" with the message  body "help:
  2732. ways_to_get_rfcs".  For example:
  2733.  
  2734.         To: rfc-info@ISI.EDU
  2735.  
  2736.         Subject: getting rfcs
  2737.  
  2738.         help: ways_to_get_rfcs
  2739.  
  2740. Requests for special distribution should be addressed to either the author
  2741. of the RFC in question, or to NIC@NIC.DDN.MIL.  Unless specifically noted
  2742. otherwise on the RFC itself, all RFCs are for unlimited distribution.
  2743.  
  2744.  
  2745. 176.  BDG to Internet
  2746.  
  2747. ----------------------------
  2748.  
  2749. Big Dummies' Guide (DBG) to Internet  is available in Amiga Guide  format
  2750. on  Aminet .  It explains more about the history of the Internet, and some
  2751. of the same topics covered in this FAQ. If this seems like an  awful lot of
  2752. material to read, good because it is. You will NOT become  an expert over
  2753. night. 
  2754.  
  2755. So Relax, take a deep breath, and count to 10 often ;-)
  2756.  
  2757.  
  2758. 177.  FTP FAQ
  2759.  
  2760. ---------------------
  2761.  
  2762. All about FTP is a FAQ on the File Transfer Protocol (FTP) application  for
  2763. the  TCP-IP  protocol.  The FAQ is posted to comp.sys.amiga.misc,
  2764. comp.sys.amiga.introduction, and  the comp.sys.amiga.datacomm  news groups.
  2765. Thus it should be available on the  FAQ archive  site.
  2766.  
  2767. It should be read by anyone wishing to download files from  Aminet  or
  2768. anyone wishing to know more about FTP.
  2769.  
  2770. It is posted by umueller@wuarchive.wustl.edu
  2771.  
  2772.  
  2773.  
  2774.                                 - Page 69 -
  2775.  
  2776. 177.  ZEN
  2777.  
  2778.  
  2779. 178.  ZEN
  2780.  
  2781. -------------
  2782.  
  2783. Zen and the Art of the Internet: A Beginner's Guide
  2784.  
  2785. A booklet explaining the basic concepts of ideas behind using the
  2786. Internet. It explicitly avoids machine or OS specific commands or bias. 
  2787.  
  2788. The booklet is widely available, probably even from your service  provider.
  2789. It is also available via FTP from ftp.uu.net [137.39.1.9] in the  pub/zen
  2790. directory or you can use Archie or Veronica to locate a copy.
  2791.  
  2792.  
  2793. 179.  Amosaic-FAQ
  2794.  
  2795. --------------------------
  2796.  
  2797. Clive Thomas has an Amosaic FAQ available from:
  2798.  
  2799. ftp.demon.co.uk:pub/amiga/info/Amosaic.FAQ.lha
  2800.  
  2801.  
  2802. 180.  Connect your Amiga
  2803.  
  2804. -----------------------------------
  2805.  
  2806. "Connect your Amiga!"
  2807.  
  2808. A book by Dale Larson of  IAM 
  2809.  
  2810. ISBN 1-885876-02-5 
  2811.  
  2812. Deals with Amiga networking issues in much greater detail than is  possible
  2813. in this FAQ. It explains how to use the software and hardware  to  connect
  2814. to the internet, LAN's, BBS's, and commercial services.
  2815.  
  2816.  
  2817. 181.  misc
  2818.  
  2819. -------------
  2820.  
  2821. miscellaneous stuff:
  2822.  
  2823. A domain name and host name can be had for free. Send email to
  2824. info@rs.internic.net
  2825.  
  2826.  
  2827. 182.  Feedback
  2828.  
  2829. -------------------
  2830.  
  2831. Send corrections, updates and suggestions to:
  2832.  
  2833. norman@afas.msfc.nasa.gov
  2834.  
  2835. Richard Norman
  2836.  
  2837. ED36 
  2838.  
  2839. MSFC, AL 35812  USA
  2840.  
  2841.  
  2842. All submissions will be considered altuistic donations to the network
  2843. community's pool of public knowledge.
  2844.  
  2845. Send flames to yourself for not getting off your behind and writing a
  2846. better FAQ yourself.   Besides I'm still learning too! ;-)
  2847.  
  2848.